Move SAML/OIDC web handlers to enterprise repository#17459
Merged
Conversation
6fa11f2 to
9391cfe
Compare
3baefdf to
79c26bb
Compare
rosstimothy
approved these changes
Oct 19, 2022
50e4f45 to
85128cb
Compare
Remove the SAML and OIDC web handlers from this repository as they have been added to the enterprise repository. The SAML and OIDC connectors are not available in the OSS edition and connectors of these types could not be created. This change should not have any effect on existing OSS deployments. NOTE: This commit cannot be merged until the corresponding commit in the enterprise repository is merged and the commit hash of the `e` submodule updated to correspond to that of the merged commit in the enterprise repository.
ad2dacc to
8e8f641
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Remove the SAML and OIDC web handlers from this repository as they have been added to the enterprise repository. The SAML and OIDC connectors are not available in the OSS edition and connectors of these types could not be created.
This change should not have any effect on existing OSS deployments.
Issue: https://github.com/gravitational/teleport.e/issues/525
Note: This PR should be reviewed in conjunction with https://github.com/gravitational/teleport.e/pull/562, the corresponding PR that adds this code to the enterprise repository. That PR should be merged first, followed by this one in short order.